How can you sort the elements of the array in descending order?
2598
17-Sep-2011
Chris Anderson
17-Sep-2011By calling Sort() and then Reverse() methods.